home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / gyroball.swf / scripts / frame_8 / PlaceObject2_39_5 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-03-22  |  127 b   |  7 lines

  1. onClipEvent(enterFrame){
  2.    if(hit.hitTest(_root.Ball._x,_root.Ball._y,true) == true)
  3.    {
  4.       _root.platten();
  5.    }
  6. }
  7.